mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 04:48:18 +01:00
tesla body tweak (#15972)
This commit is contained in:
@@ -847,3 +847,6 @@
|
||||
|
||||
/datum/species/proc/handle_middle_mouse_click(var/atom/target)
|
||||
return
|
||||
|
||||
/datum/species/proc/can_use_guns()
|
||||
return TRUE
|
||||
|
||||
@@ -153,7 +153,6 @@
|
||||
standing_jump_range = 1
|
||||
|
||||
injection_mod = 2
|
||||
has_fine_manipulation = FALSE
|
||||
|
||||
bodyfall_sound = /singleton/sound_category/bodyfall_machine_sound
|
||||
|
||||
@@ -203,4 +202,7 @@
|
||||
)
|
||||
|
||||
/datum/species/tajaran/tesla_body/can_double_fireman_carry()
|
||||
return TRUE
|
||||
return TRUE
|
||||
|
||||
/datum/species/tajaran/tesla_body/can_use_guns()
|
||||
return FALSE
|
||||
@@ -228,7 +228,8 @@
|
||||
if(no_guns_check)
|
||||
to_chat(A, SPAN_WARNING("[no_guns_check]")) // the proc returns the no_guns_message
|
||||
return FALSE
|
||||
|
||||
if(A.species && !A.species.can_use_guns())
|
||||
return FALSE
|
||||
if((M.is_clumsy()) && prob(40)) //Clumsy handling
|
||||
var/obj/P = consume_next_projectile()
|
||||
if(P)
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Alberyk
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Tesla Rejuvenation Suits can now use tools and do more stuff, but can't use guns still."
|
||||
Reference in New Issue
Block a user