summaryrefslogtreecommitdiff
path: root/src-12_lower-lockpicking-experience.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2025-01-18 21:46:00 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2025-01-18 21:46:00 -0800
commit7e224c97ae2728472180322f625dafa545f21f7f (patch)
tree61a296000b3a05d36cde4de0d8bd5e5179ee21ab /src-12_lower-lockpicking-experience.patch
parentAdd plastic scrap is stackable patch. (diff)
downloadcataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz
Convert the PKGBUILD to my own fork of cataclysm-bn.HEADmaster
Diffstat (limited to 'src-12_lower-lockpicking-experience.patch')
-rw-r--r--src-12_lower-lockpicking-experience.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/src-12_lower-lockpicking-experience.patch b/src-12_lower-lockpicking-experience.patch
deleted file mode 100644
index 375731c..0000000
--- a/src-12_lower-lockpicking-experience.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/src/activity_actor.cpp
-+++ b/src/activity_actor.cpp
-@@ -1174,10 +1174,11 @@
- }
-
- if( !perfect ) {
-+ who.practice( skill_mechanics, 6, 12 );
-+ } else {
- // You don't gain much skill since the item does all the hard work for you
-- xp_gain += std::pow( 2, who.get_skill_level( skill_mechanics ) ) + 1;
-+ who.practice( skill_mechanics, 3, 12 );
- }
-- who.practice( skill_mechanics, xp_gain );
-
- if( !perfect && g->m.has_flag( "ALARMED", target ) && ( lock_roll + dice( 1, 30 ) ) > pick_roll ) {
- sounds::sound( who.pos(), 40, sounds::sound_t::alarm, _( "an alarm sound!" ),