mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Merge pull request #3227 from fleure/tankfix
Watertank nozzles no longer delete
This commit is contained in:
@@ -414,3 +414,7 @@ proc/is_special_character(mob/M) // returns 1 for special characters and 2 for h
|
||||
|
||||
/mob/proc/has_mutation(var/mutation)
|
||||
return mutation in src.mutations ? 1 : 0
|
||||
|
||||
/proc/get_both_hands(mob/living/carbon/M)
|
||||
var/list/hands = list(M.l_hand, M.r_hand)
|
||||
return hands
|
||||
Reference in New Issue
Block a user