mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Cyborgs can no longer use OOC resize (#566)
This commit is contained in:
committed by
Spades
parent
62243ecd3d
commit
99367b38eb
@@ -70,6 +70,9 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
|
|||||||
Do not abuse their existence outside of ERP scenes where they apply, \
|
Do not abuse their existence outside of ERP scenes where they apply, \
|
||||||
or reverting OOCly unwanted changes like someone lolshooting the crew with a shrink ray. -Ace"
|
or reverting OOCly unwanted changes like someone lolshooting the crew with a shrink ray. -Ace"
|
||||||
|
|
||||||
|
if (!istype(src,/mob/living/carbon/human))
|
||||||
|
src << "<span class='warning'>Only organic creatures can use this command!</span>"
|
||||||
|
return
|
||||||
var/size_name = input(nagmessage, "Pick a Size") in player_sizes_list
|
var/size_name = input(nagmessage, "Pick a Size") in player_sizes_list
|
||||||
if (size_name && player_sizes_list[size_name])
|
if (size_name && player_sizes_list[size_name])
|
||||||
src.resize(player_sizes_list[size_name])
|
src.resize(player_sizes_list[size_name])
|
||||||
|
|||||||
Reference in New Issue
Block a user